[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DATE() (DATE)
Function
Get today's date.
Syntax
DATE() No arguments are required
Return Type & Value
DATE
Returns a date for today.
Remarks
The date returned is represented internally in a julian format (the
number of days since January 1, 1900). It may be used as is (for display,
storage or as an argument to another function or statement) or assigned
to an integer for arithmetic purposes.
Examples
PRINTLN "Today is ",DATE()
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson